ImageGear .NET v24.12 - Updated
Contains Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Contains Method
The item to locate in the list.
Determines whether the list contains a specific item.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim item As T
Dim value As Boolean
 
value = instance.Contains(item)
public virtual bool Contains( 
   T item
)
public: virtual bool Contains( 
   T* item
) 
public:
virtual bool Contains( 
   T^ item
) 

Parameters

item
The item to locate in the list.

Return Value

True if item is found in the list; otherwise, false.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members